Merge "Make determineCoreSchema a public function again in DatabasePostgres"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 29 Oct 2016 22:28:38 +0000 (22:28 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 29 Oct 2016 22:28:38 +0000 (22:28 +0000)
includes/libs/rdbms/database/DatabasePostgres.php

index c0d92aa..d4d3aa8 100644 (file)
@@ -969,7 +969,7 @@ __INDEXATTR__;
         *
         * @param string $desiredSchema
         */
-       private function determineCoreSchema( $desiredSchema ) {
+       public function determineCoreSchema( $desiredSchema ) {
                $this->begin( __METHOD__, self::TRANSACTION_INTERNAL );
                if ( $this->schemaExists( $desiredSchema ) ) {
                        if ( in_array( $desiredSchema, $this->getSchemas() ) ) {